home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2854 / BUTTONCONDACTION on(release).as
Text File  |  2002-11-01  |  250b  |  14 lines

  1. on(release){
  2.    _root.l6s.gotoAndPlay(2);
  3.    if(_root.l5.stand == 1)
  4.    {
  5.       _root.l5.gotoAndPlay("zasah");
  6.       _root.lupziv--;
  7.    }
  8.    else
  9.    {
  10.       _root.vetevfall.gotoAndPlay("fall");
  11.    }
  12.    _root.vetevbut._visible = false;
  13. }
  14.